--------------------------------------------------------------------
                              LICENSE 
--------------------------------------------------------------------
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
For more details, see the attached file "COPYING"

--------------------------------------------------------------------
                            DESCRITION
--------------------------------------------------------------------
This program was made to simplify the communication between an
server owner of a "Digital Paint: Paintball 2" server and his
server. The source code should be attached to the file. You can
also find it in the DPLogin Forums at:
http://dplogin.com/forums/index.php
Feel free to improve the software.

--------------------------------------------------------------------
                         QUICK START GUIDE
--------------------------------------------------------------------
Attention: The executable must be in a writeable directory to save your
settings / servers / whatever.

First, you want to add your servers to the program-intern server list.
Therefore, go to Server -> Manage servers. On the left side, a server-
list will load. There you can select your servers. After entering your
recon password into the edit control you can add the server to the
right lists which shows your saved servers. Repeat this until all your
servers are in the list. Now you can select a server in the combo box 
and the program will load the players that are on the server.
Now you are basically done. If you want to fine-tweak the programs
settings, you can edit them in the configuration file which can be found in
the same directory as the program.

--------------------------------------------------------------------
                  FILES YOU SHOULD HAVE RECEIVED
--------------------------------------------------------------------
- Binary file of the program itself (32 or 64 bit release)
- This readme file (README.txt)
- A changelog file (CHANGELOG.txt)
- Instructions to reproduce the exact same binaries (COMPILING.txt)
- License information (COPYING.txt)
- Source files
	(main.cpp, main.h, reconfunctions.cpp, reconfunctions.h
	resource.rc, resource.h, version.h, Reconpanel.cbp, console.ico)


--------------------------------------------------------------------
                               BUGS
--------------------------------------------------------------------
Currently, this program is in it's alpha phase. Some features are
not implemented at the moment. This software was released because
the author wanted to know if anyone likes it and if he should
continue developing it. Therefore, there are many bugs, the following
are already known:

- Having multiple servers with the same host name results in undefined
	behaviour (caused by algorithm that finds out which server is selected)
	--> warning added, searching for better solution

- Changing the selected server in the main window while there are child
	windows open (e.g. the Manage Bans dialog) will not make them reload
	whatever they are displaying.

- This program is so freaking badly coded, I cannot believe it! Why would
	you do something that bad! OMG, you are such a noob!
	--> If you have serious tips for improvement, tell me in the forums or per
	email - or, even better, fix it yourself and send me the piece of code.
	But you can be sure that flaming posts or emails will be ignored with
	highest effort ;).

--------------------------------------------------------------------
                         PLANNED FEATURES
--------------------------------------------------------------------
- Dialog to manage the rotation of the server
- Dialog to manage the common server settings (host name, PW, logins etc.)
- Show Ping and Score of the player in the list view
- Set a maximum ping so players with a higher one get kicked automatically
- Add a dialog to change general program settings (such as timeout time for
	the answer of the servers etc.)
